Q3PickIDStyle_New
You can use theQ3PickIDStyle_New
function to create a new picking ID style object.
TQ3StyleObject Q3PickIDStyle_New (unsigned long id);
id
- A picking ID.
DESCRIPTION
TheQ3PickIDStyle_New
function returns, as its function result, a new style object having the picking ID specified by theid
parameter. If a new style object could not be created,Q3PickIDStyle_New
returns the valueNULL
.SEE ALSO
See "Picking ID Styles" on page 6-9 for a description of picking ID styles.